home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Convert / c-symbol-to-pitch < prev    next >
Text File  |  1998-08-11  |  427b  |  13 lines

  1. c-symbol-to-pitch symbol
  2.  
  3. This conversion function enables symbols to be converted to compressed pitch notation where symbol a is equivalent to compressed pitch c4. The output of this function may only be used for reference purposes unless the pitch-to-symbol utility is activated.
  4.  
  5. (c-symbol-to-pitch 'g)
  6. => f#4
  7.  
  8. (c-symbol-to-pitch '(a f g))
  9. => (c4 f4 f#4)
  10.  
  11. (c-symbol-to-pitch '((a f g) (m l k)))
  12. => ((c4 f4 f#4) (c5 b4 a#4))
  13.